Add unlisted link publishing destination#5254
Conversation
Preview deploymentsHost Test Results 1 files + 1 1 suites +1 1h 58m 33s ⏱️ + 1h 58m 33s Results for commit df7fe60. ± Comparison against earlier commit b78b77d. Realm Server Test Results 1 files ±0 1 suites ±0 12m 29s ⏱️ +35s Results for commit df7fe60. ± Comparison against earlier commit b78b77d. |
…-11581 # Conflicts: # packages/host/tests/acceptance/host-submode-test.gts
… in delete-realm test Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4f76920d37
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
… concurrent requests Reserve slug overwrites for explicit regeneration; first-time allocation now inserts-or-returns-existing so two overlapping requests converge on one slug. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Prevents a realm recreated at the same endpoint from reusing the prior unguessable slug, which would expose it to holders of the old unlisted link. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This adds another publishing destination type:
user.boxel-domain/random-stringThe
/_unlisted-realm-pathendpoint sets the random string for it because we don’t want the client to be able to choose the string.